LEADTOOLS (Leadtools assembly)

GetEnumerator Method

Show in webframe







Returns a generic enumerator that can iterate through the RasterCollection<T>.
Syntax
public virtual IEnumerator<T> GetEnumerator()
'Declaration
 
Public Overridable Function GetEnumerator() As IEnumerator(Of T)
'Usage
 
Dim instance As RasterCollection(Of T)
Dim value As IEnumerator(Of T)
 
value = instance.GetEnumerator()
public virtual IEnumerator<T> GetEnumerator()

            

            
 function Leadtools.RasterCollection.GetEnumerator()
public:
virtual IEnumerator<T^>^ GetEnumerator(); 

Return Value

A generic enumerator that can iterate through the RasterCollection<T>.
Example
For an example, refer to RasterCollection<T>.
Requirements

Target Platforms

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.